Bitnami Commands sudo ifconfig etho 192.168.80.128 netmask 255.255.255.0 up sudo ifconfig ens160 192.168.80.128 netmask 255.255.255.0 up sudo /etc/init.d/networking force-reload ============================================================ sudo ifconfig etho 192.168.1.149 netmask 255.255.255.0 up sudo ifconfig ens160 192.168.1.149 netmask 255.255.255.0 up sudo /etc/init.d/networking force-reload ============================================================ Each Bitnami stack includes a control script that lets you easily stop, start and restart services. https://docs.bitnami.com/aws/apps/canvaslms/administration/control-services/ Obtain the status of a service: sudo /opt/bitnami/ctlscript.sh status Call it without any service name arguments to start all services: sudo /opt/bitnami/ctlscript.sh start Or use it to restart a single service, such as Apache only, by passing the service name as argument: sudo /opt/bitnami/ctlscript.sh restart apache Use this script to stop all services: sudo /opt/bitnami/ctlscript.sh stop Restart the services by running the script without any arguments: sudo /opt/bitnami/ctlscript.sh restart ============================================================ On Jan. 20, 2024 I ran the following commands, then restarted bitnami@debian and import began working. Not sure which one fixed it!!!! 1. sudo ifconfig ens160 192.168.1.149 netmask 255.255.255.0 up sudo /etc/init.d/networking force-reload 2. cd /opt 3. cd /bitnami 4. cd scripts 5. cd init 6. bitnami_agent There may have been other command I used as well.